Click or drag to resize

Update Constructor (Response)

Initializes a new instance of the Update class from the specified response.

Namespace:  Independentsoft.Sip.Methods
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Update(
	Response response
)

Parameters

response
Type: Independentsoft.SipResponse
A response from appropriate INVITE request.
See Also